home *** CD-ROM | disk | FTP | other *** search
- object FormPatches: TFormPatches
- Left = 261
- Top = 140
- BorderStyle = bsDialog
- Caption = 'PC Gamer DISC'
- ClientHeight = 449
- ClientWidth = 632
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyDown = FormKeyDown
- PixelsPerInch = 120
- TextHeight = 17
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 632
- Height = 449
- AutoSize = True
- end
- object LabelPatchesDatabase: TLabel
- Left = 360
- Top = 0
- Width = 127
- Height = 18
- Caption = 'Patches Database'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object LabelGamePatch: TLabel
- Left = 120
- Top = 62
- Width = 86
- Height = 17
- Caption = 'Game Patch:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object DBText1: TDBText
- Left = 120
- Top = 84
- Width = 497
- Height = 69
- DataField = 'TITLE'
- DataSource = PatchesDataSource
- Font.Charset = ANSI_CHARSET
- Font.Color = clRed
- Font.Height = -23
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object LabelPublisher: TLabel
- Left = 120
- Top = 172
- Width = 65
- Height = 17
- Caption = 'Publisher:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object LabelIssue: TLabel
- Left = 120
- Top = 219
- Width = 39
- Height = 17
- Caption = 'Issue:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object DBText3: TDBText
- Left = 120
- Top = 191
- Width = 62
- Height = 18
- AutoSize = True
- DataField = 'CONAME'
- DataSource = PatchesDataSource
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object LabelTypeStr: TLabel
- Left = 121
- Top = 424
- Width = 79
- Height = 16
- Caption = 'Type a string:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object LabelFileName: TLabel
- Left = 391
- Top = 172
- Width = 70
- Height = 17
- Caption = 'File Name:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object DBText2: TDBText
- Left = 391
- Top = 191
- Width = 62
- Height = 18
- AutoSize = True
- DataField = 'FILENAME'
- DataSource = PatchesDataSource
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object LabelWebSite: TLabel
- Left = 391
- Top = 219
- Width = 64
- Height = 17
- Caption = 'Web Site:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object DBText6: TDBText
- Left = 391
- Top = 238
- Width = 62
- Height = 18
- AutoSize = True
- DataField = 'URL'
- DataSource = PatchesDataSource
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object LabelNotes: TLabel
- Left = 120
- Top = 268
- Width = 42
- Height = 17
- Caption = 'Notes:'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object DBText4: TDBText
- Left = 120
- Top = 238
- Width = 62
- Height = 18
- AutoSize = True
- DataField = 'ISSUE'
- DataSource = PatchesDataSource
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object LabClose: TLabel
- Left = 20
- Top = 360
- Width = 41
- Height = 18
- Alignment = taCenter
- Caption = 'Close'
- Color = clBlack
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- OnClick = LabCloseClick
- OnMouseMove = AllMenuMouseMove
- end
- object LabMenu: TLabel
- Left = 20
- Top = 72
- Width = 40
- Height = 36
- Alignment = taCenter
- Caption = 'Main Menu'
- Color = clBlack
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- OnClick = LabMenuClick
- OnMouseMove = AllMenuMouseMove
- end
- object LabSearch: TLabel
- Left = 15
- Top = 128
- Width = 50
- Height = 36
- Alignment = taCenter
- Caption = 'Search Dialog'
- Color = clBlack
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- OnClick = LabSearchClick
- OnMouseMove = AllMenuMouseMove
- end
- object PatchesNavigator: TDBNavigator
- Left = 432
- Top = 37
- Width = 188
- Height = 20
- DataSource = PatchesDataSource
- VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- TabStop = True
- end
- object Panel1: TPanel
- Left = 121
- Top = 158
- Width = 500
- Height = 1
- BevelOuter = bvNone
- Color = clRed
- TabOrder = 1
- end
- object EditSearch: TEdit
- Left = 204
- Top = 420
- Width = 188
- Height = 25
- Color = clSilver
- TabOrder = 2
- OnKeyDown = EditSearchKeyDown
- end
- object BtnSearch: TButton
- Left = 402
- Top = 420
- Width = 97
- Height = 25
- Hint = 'You can also press Enter'
- Caption = 'Search'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = BtnSearchClick
- end
- object BtnSearchAgain: TButton
- Left = 506
- Top = 420
- Width = 121
- Height = 25
- Hint = 'You can also press Control+Enter'
- Caption = 'Search Again'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnClick = BtnSearchAgainClick
- end
- object DBMemo1: TDBMemo
- Left = 120
- Top = 288
- Width = 497
- Height = 121
- BorderStyle = bsNone
- Color = clWhite
- DataField = 'NOTES'
- DataSource = PatchesDataSource
- ReadOnly = True
- TabOrder = 5
- end
- object PatchesTable: TMDBFTable
- About = 'MiTeC DBF Table 1.35 - � 1997-98, MichaL MutL'
- FileName = 'patches.dbf'
- SaveData = False
- Left = 16
- Top = 72
- end
- object PatchesDataSource: TDataSource
- DataSet = PatchesTable
- Left = 16
- Top = 104
- end
- object PlacementInfo: TFormPlacement
- IniFileName = 'PCGamer_Lx1'
- IniSection = 'FormPatches'
- UseRegistry = True
- Left = 16
- Top = 248
- end
- end
-